Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateRound Method / CreateRound(Project,Double,List<Placement3D>) Method
Diameter of the drilling. Must be greater than 0.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateRound(Project,Double,List<Placement3D>) Method
    In This Topic
    Creates unplaced new round drilling in project.
    Syntax

    Parameters

    Parameter NameDescription
    oProject
    dDiameterDiameter of the drilling. Must be greater than 0.
    listOfAdditionalObjectslist, that will be filled by additional created objects. may be null

    Return Value

    The created Drilling.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pInstallationSpace is null.
    Thrown if parameter dDiameter isn't grater than 0.
    See Also